home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Epic Interactive Enc…lopedia of the Paranormal
/
The Epic Interactive Encyclopedia of the Paranormal (1997).iso
/
savcode
/
cando
/
spaces->underscores.txt
< prev
next >
Wrap
Text File
|
1992-09-02
|
325b
|
19 lines
;I'm not sure if this works! Test...
Let cur_name=arg1
Let length=numberofchars(cur_name)
Let counter=1
Let new=""
Loop
Let temp_char=getchars(cur_name,counter,1)
If temp_char=" "
Let new=new||"_"
Else
Let new=new||temp_char
EndIf
Let counter=counter+1
Until counter=length+1
Let cur_name=new
ExitScript cur_name